Vcenter Vm Hardware Boot Device Entry

Vcenter Vm Hardware Boot Device Entry
Vcenter Vm Hardware Boot Device Entry

The Vcenter Vm Hardware Boot Device Entry schema specifies a bootable virtual device class or specific bootable virtual device(s).

JSON Example
{
    "type": "string",
    "nic": "string",
    "disks": [
        "string"
    ]
}
string
type
Required

Virtual device type.

For more information see: Vcenter Vm Hardware Boot Device Type.

string
nic
Optional

Virtual Ethernet device. Ethernet device to use as boot device for this entry.

This property is optional and it is only relevant when the value of type is Vcenter Vm Hardware Boot Device Type.ETHERNET.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Ethernet. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Ethernet.

array of string
disks
Optional

Virtual disk device. List of virtual disks in boot order.

This property is optional and it is only relevant when the value of type is Vcenter Vm Hardware Boot Device Type.DISK.

When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.vcenter.vm.hardware.Disk. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.vcenter.vm.hardware.Disk.

Property Of